/* 分页 */

.pages {
    padding: 40px 0 0 0;
    color: #999;
    font-size: 0;
    text-align: center;
}

.pages:after,
.pages:before {
    content: " ";
    display: table
}

.pages .page_box {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    border-bottom: 1px solid #eee;
    padding: 0 20px;
    margin: 0 42px;
}

.pages a:first-child {}

.pages a,
.pages>span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    cursor: pointer;
    width: 40px;
    height: 36px;
    line-height: 34px;
    position: relative;
    text-align: center;
    vertical-align: top;
    font-size: 14px;
    transition: all 0.35s ease-in-out;
    margin: 0 3px;
    color: #444;
}

.pages .start,
.pages .end,
.pages>span {
    width: auto;
    padding: 0 16px;
    margin: 0 30px;
}

.pages .next {
    width: 13px;
    height: 22px;
    background: url(../artimages/pages_next1_cah.png) center no-repeat;
    margin: 12px 0 0;
}

.pages .prev {
    width: 13px;
    height: 22px;
    background: url(../artimages/pages_prev1_cah.png) center no-repeat;
    margin: 12px 0 0;
}

.pages a.on_page {
    background: url(../artimages/pages_on_cah.png) bottom center no-repeat;
}


/* 分页结束 */


/*文章页*/

.pageArticle {
    position: relative;
}

.pageArticleTitle {
    overflow: hidden;
}

.full_page .pageArticleTitle {
    width: 100%;
    text-align: center;
}

.pageArticleTitle h3 {
    line-height: 1.4;
    color: #333;
    text-align: center;
    padding: 20px 0;
}

.articleAuthor {
    padding: 6px 0;
    text-align: center;
    margin: 0 0 13px;
    font-size: 14px;
    border-top: 1px solid #eee;
}

.articleAuthor span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 23px;
    color: #757575;
}

.articleAuthor button {
    background: #fff;
    border: 1px solid #eee;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 30px;
    line-height: 24px;
    height: 24px;
    vertical-align: baseline;
}

.articleBottom {
    margin: 33px 0 0;
    position: relative;
    border-top: 1px solid #eee;
    overflow: hidden;
}

.article {
    position: relative;
    line-height: 30px;
    text-align: justify;
}

.article p {}

.Annex {
    margin: 20px 240px -50px 0;
    padding: 3px 0 50px 0;
    overflow: hidden;
}

.Annex strong {
    padding: 13px 0 7px 0;
    color: #222;
    font-weight: normal;
    display: block;
    line-height: 20px;
    font-size: 15px;
}

.annexList {
    margin: 0;
    padding: 0px 0 0 0;
}

.annexList li {
    font-size: 14px;
    line-height: 26px;
    padding: 3px 0;
    text-align: justify;
}

.annexList li:first-child {}

.annexList li a {
    color: #074f9b;
}

.related_articles a {
    color: #333;
    padding: 0 0 0 20px;
    display: block;
}

.share {}

.share>span {
    display: block;
    line-height: 20px;
    margin: 0 0 22px;
}

.share .bdsharebuttonbox>a.bds_weixin {
    background: url(../images/share_wechat_cah.png) center no-repeat;
    background-size: 100% 100% !important;
}

.share .bdsharebuttonbox>a.bds_tsina {
    background: url(../images/share_sina_cah.png) center no-repeat;
    background-size: 100% 100% !important;
}

.share .bdsharebuttonbox>a.bds_qzone {
    background: url(../images/share_qzone_cah.png) center no-repeat;
    background-size: 100% 100% !important;
}

.share .bdsharebuttonbox>a.bds_more {
    background: url(../images/share_more_cah.png) center no-repeat;
    background-size: 100% 100% !important;
}

.shareBox {
    width: 260px;
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -150px 0 0 -130px;
    z-index: 9998;
    height: 310px;
    border: 6px solid #8F8F8F;
    border-radius: 8px;
    box-shadow: 0 0 7px #aaa;
    display: none;
}

.shareBox {
    font-size: 14px;
}

.shareBox .title {
    background: #f6f6f6;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 15px !important;
}

.shareClose {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    font-size: 18px;
    width: 20px;
    ;
}

.sharelist {
    position: static;
    height: 250px;
    overflow-y: auto;
    padding-left: 17px !important;
}

.sharelist li {
    float: left;
    width: 130px;
    padding: 2px;
    margin-left: 6px;
    _margin-left: 3px;
    height: 28px;
    overflow: hidden;
    list-style: none;
}

.sharelist li a {
    color: #565656;
    font: 12px '宋体';
    display: block;
    text-decoration: none;
    border: 1px solid #fff;
    line-height: 18px;
    width: auto;
    height: auto;
    text-indent: 0;
}

.weChatBox {
    width: 260px;
    height: 300px;
    background-color: #fff;
    border: solid 1px #d8d8d8;
    padding: 10px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -130px 0 0 -140px;
    z-index: 9998;
    display: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.weChatBox .w-title {
    font-size: 12px;
    font-weight: bold;
    padding: 0 0 10px 0;
}

.w-close {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 0;
    color: #333;
    cursor: pointer;
}

.qrcode {
    width: 200px;
    height: 200px;
    margin: 15px auto;
    background: #ccc;
}

.w-footer {
    font-size: 12px;
    line-height: 1.5;
    color: #999;
}

#qrodeText {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    visibility: hidden;
}

.share {
    overflow: hidden;
    text-align: right;
    font-size: 0;
    /* width: 36px; */
    float: right;
    margin: 22px 0 0;
}

.share .bdsharebuttonbox>a {
    margin: 18px 0 20px 14px;
    vertical-align: top;
    width: 28px;
    padding: 0;
    height: 28px;
    float: none;
    transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.share .bdsharebuttonbox>a:hover {
    opacity: 0.8;
}

.share .bdsharebuttonbox>span {
    line-height: 63px;
    font-size: 14px;
    color: #757575;
}

.btns {
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background-color: #fcdb68;
    border: 1px solid #870101;
    border-radius: 5px;
    margin: 25px auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border: 1px solid #870101
}

.btns a {
    color: #fff;
}


/*文章页结束*/

.sub_banner {
    height: 0;
    background-size: cover !important;
    position: relative;
    padding-bottom: calc(360% / 19.2);
    z-index: 2;
}

.sub_banner::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 63px;
    background: url(../images/banner_cover_cah.png);
    background-size: 100% 100%;
}

.content {
    position: relative;
    z-index: 2;
    overflow: inherit;
}

.wrap_content {
    position: relative;
    margin-bottom: 70px;
}

.sub_left {
    width: 300px;
    float: left;
    position: relative;
    z-index: 3;
}


/* .sub_left::before{content: '';display: block;width: 15px;position: absolute;left: 0;top: 0;bottom: 110px;background: #0075c4;} */

.sub_left_title {
    line-height: 50px;
    padding: 7px 0;
    color: #cd9600;
    text-align: center;
    position: relative;
    font-weight: bold;
    text-align: left;
}

.full_page .sub_left {
    padding: 0;
}


/* 侧栏菜单 */

.sub_menu {
    margin: 0 19px 0 0;
}

.sub_menu ul {
    display: none;
    transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
}

.sub_menu li:hover>ul,
.sub_menu a.current~ul {
    display: block;
}


/* .sub_menu::after{content: '';display: block;border-top: 0;height: 69px;} */

.sub_menu li {
    position: relative;
}

.sub_menu>li>a {
    display: block;
    line-height: 40px;
    padding: 11px 0 11px 30px;
    background: #f5f5f5;
    position: relative;
    border-left: 4px solid #950001;
    color: #444;
}

.sub_menu>li>a::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    height: 1px;
}

.sub_menu>li>a.current,
.sub_menu>li.current>a,
.sub_menu>li>a:hover,
.sub_menu>li:hover>a,
.sub_menu>li.on>a {
    padding: 11px 0 11px 40px;
    font-weight: bold;
    z-index: 2;
    margin: 0 -19px 0 0;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
    background: url(../images/sub_left_bg.png) right bottom no-repeat #fff;
    color: #222;
}

.sub_menu>li>a.current::after,
.sub_menu>li.current>a::after,
.sub_menu>li>a:hover::after,
.sub_menu>li:hover>a::after,
.sub_menu>li.on>a::after {
    width: 6px;
}


/* .sub_menu > li > a::before{content: '';display: block;width: 2px;position: absolute;left: 30px;background: #fff;top: 50%;transform: translateY(-50%);height: 0;} */


/* .sub_menu > li > a.current::before,.sub_menu > li.current > a::before,.sub_menu > li.on > a::before{height: 15px;} */


/* 二级菜单 */

.sub_menu li.on {}


/* .sub_menu li.on > a::after{left: 40px;} */

.second_menu {
    margin: 0px -8px 0 30px;
}

.second_menu>li>a {
    display: block;
    line-height: 35px;
    color: #444;
    padding: 11px 0 10px 25px;
    position: relative;
    background: #ebebeb;
    border-top: 1px solid #fff;
}

.second_menu>li>a.current,
.second_menu>li.current>a,
.second_menu>li>a:hover,
.second_menu>li.on>a {
    color: #9a0001;
    font-weight: bold;
}

.second_menu>li>a::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    right: 20px;
    background: #9a0001;
    top: 50%;
    transform: translateY(-50%);
    height: 0;
    border-radius: 50%;
}

.second_menu>li>a.current::before,
.second_menu>li.current>a::before,
.second_menu>li.on>a::before {
    width: 4px;
    height: 4px;
}

.sub_right {
    margin: 0 0 0 321px;
}

.full_page .sub_right {
    margin-left: 0;
}

.sub_right .page_content {
    clear: right;
}

.bread {
    line-height: 40px;
    text-align: right;
    margin: 8px 0 0
}

.bread a {
    padding: 0;
    color: #666;
}

.bread a:hover {
    color: #FF0000;
}

.page_title {
    padding: 0 0 0;
    overflow: hidden;
    border-bottom: 1px solid #e6e6e6;
}

.page_title h3 {
    padding: 26px 0 8px;
    color: #222;
}

.sub_01 ul {
    margin: 9px 0 0;
    position: relative;
}

.sub_01 li {
    width: 100%;
    position: relative;
    z-index: 2;
}

.sub_01 a {
    margin: 19px 0 0;
    line-height: 56px;
    background: #fff;
    box-shadow: 0 0 16px rgb(0, 0, 0, 0.1);
}

.sub_01 .title {
    white-space: nowrap;
    position: relative;
    padding: 0 0 0 21px;
}

.sub_01 .time {
    color: #999;
    margin: 0 15px 0 16px;
    float: right;
    padding: 0 0 0 20px;
    background: url(../images/mode01_time_cah.png) left center no-repeat;
}